• frmBusFeePayment_StaffRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmBusFeePayment_StaffRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBusFeePayment_StaffRecord))
31         Me.Panel2 = New System.Windows.Forms.Panel()
32         Me.Label1 = New System.Windows.Forms.Label()
33         Me.dgw = New System.Windows.Forms.DataGridView()
34         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
35         Me.txtStaffName = New System.Windows.Forms.TextBox()
36         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
37         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
38         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
39         Me.Button2 = New System.Windows.Forms.Button()
40         Me.Label5 = New System.Windows.Forms.Label()
41         Me.Label6 = New System.Windows.Forms.Label()
42         Me.Panel3 = New System.Windows.Forms.Panel()
43         Me.Button3 = New System.Windows.Forms.Button()
44         Me.Button4 = New System.Windows.Forms.Button()
45         Me.btnReset = New System.Windows.Forms.Button()
46         Me.Panel1 = New System.Windows.Forms.Panel()
47         Me.lblSet = New System.Windows.Forms.Label()
48         Me.Panel2.SuspendLayout()
49         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
50         Me.GroupBox3.SuspendLayout()
51         Me.GroupBox1.SuspendLayout()
52         Me.Panel3.SuspendLayout()
53         Me.Panel1.SuspendLayout()
54         Me.SuspendLayout()
55         
'
56         
'Panel2
57         
'
58         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
59         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
60         Me.Panel2.Controls.Add(Me.lblSet)
61         Me.Panel2.Controls.Add(Me.Label1)
62         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
63         Me.Panel2.Name =
"Panel2"
64         Me.Panel2.Size = New System.Drawing.Size(
1001, 62)
65         Me.Panel2.TabIndex =
0
66         
'
67         
'Label1
68         
'
69         Me.Label1.AutoSize = True
70         Me.Label1.BackColor = System.Drawing.Color.Transparent
71         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.Label1.ForeColor = System.Drawing.Color.White
73         Me.Label1.Location = New System.Drawing.Point(
359, 20)
74         Me.Label1.Name =
"Label1"
75         Me.Label1.Size = New System.Drawing.Size(
234, 24)
76         Me.Label1.TabIndex =
0
77         Me.Label1.Text =
"List of Bus Fee Payment"
78         
'
79         
'dgw
80         
'
81         Me.dgw.AllowUserToAddRows = False
82         Me.dgw.AllowUserToDeleteRows = False
83         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
84         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
85         Me.dgw.BackgroundColor = System.Drawing.Color.White
86         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
87         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
88         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
89         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
90         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
91         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
92         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
93         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
94         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
95         Me.dgw.ColumnHeadersHeight =
30
96         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
97         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
98         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
99         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
100         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
101         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
102         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
103         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
104         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
105         Me.dgw.EnableHeadersVisualStyles = False
106         Me.dgw.GridColor = System.Drawing.Color.White
107         Me.dgw.Location = New System.Drawing.Point(
9, 162)
108         Me.dgw.MultiSelect = False
109         Me.dgw.Name =
"dgw"
110         Me.dgw.ReadOnly = True
111         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
112         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
113         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
114         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
115         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
116         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
117         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
118         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
119         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
120         Me.dgw.RowHeadersWidth =
25
121         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
122         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
123         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
124         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
125         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
126         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
127         Me.dgw.RowTemplate.Height =
18
128         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
129         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
130         Me.dgw.Size = New System.Drawing.Size(
1001, 465)
131         Me.dgw.TabIndex =
1
132         
'
133         
'GroupBox3
134         
'
135         Me.GroupBox3.Controls.Add(Me.txtStaffName)
136         Me.GroupBox3.Location = New System.Drawing.Point(
7, 75)
137         Me.GroupBox3.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
138         Me.GroupBox3.Name =
"GroupBox3"
139         Me.GroupBox3.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
140         Me.GroupBox3.Size = New System.Drawing.Size(
185, 79)
141         Me.GroupBox3.TabIndex =
37
142         Me.GroupBox3.TabStop = False
143         Me.GroupBox3.Text =
"By Staff Name"
144         
'
145         
'txtStaffName
146         
'
147         Me.txtStaffName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
148         Me.txtStaffName.Location = New System.Drawing.Point(
27, 37)
149         Me.txtStaffName.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
150         Me.txtStaffName.Name =
"txtStaffName"
151         Me.txtStaffName.Size = New System.Drawing.Size(
138, 21)
152         Me.txtStaffName.TabIndex =
0
153         
'
154         
'GroupBox1
155         
'
156         Me.GroupBox1.Controls.Add(Me.dtpDateTo)
157         Me.GroupBox1.Controls.Add(Me.dtpDateFrom)
158         Me.GroupBox1.Controls.Add(Me.Button2)
159         Me.GroupBox1.Controls.Add(Me.Label5)
160         Me.GroupBox1.Controls.Add(Me.Label6)
161         Me.GroupBox1.Location = New System.Drawing.Point(
200, 76)
162         Me.GroupBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
163         Me.GroupBox1.Name =
"GroupBox1"
164         Me.GroupBox1.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
165         Me.GroupBox1.Size = New System.Drawing.Size(
402, 79)
166         Me.GroupBox1.TabIndex =
39
167         Me.GroupBox1.TabStop = False
168         Me.GroupBox1.Text =
"By Payment Date"
169         
'
170         
'dtpDateTo
171         
'
172         Me.dtpDateTo.CustomFormat =
"dd/MMM/yyyy"
173         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
174         Me.dtpDateTo.Location = New System.Drawing.Point(
186, 42)
175         Me.dtpDateTo.Name =
"dtpDateTo"
176         Me.dtpDateTo.Size = New System.Drawing.Size(
126, 20)
177         Me.dtpDateTo.TabIndex =
36
178         
'
179         
'dtpDateFrom
180         
'
181         Me.dtpDateFrom.CustomFormat =
"dd/MMM/yyyy"
182         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
183         Me.dtpDateFrom.Location = New System.Drawing.Point(
36, 42)
184         Me.dtpDateFrom.Name =
"dtpDateFrom"
185         Me.dtpDateFrom.Size = New System.Drawing.Size(
126, 20)
186         Me.dtpDateFrom.TabIndex =
35
187         
'
188         
'Button2
189         
'
190         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
191         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
192         Me.Button2.Location = New System.Drawing.Point(
318, 40)
193         Me.Button2.Name =
"Button2"
194         Me.Button2.Size = New System.Drawing.Size(
69, 23)
195         Me.Button2.TabIndex =
3
196         Me.Button2.Text =
"&Search"
197         Me.Button2.UseVisualStyleBackColor = True
198         
'
199         
'Label5
200         
'
201         Me.Label5.AutoSize = True
202         Me.Label5.Location = New System.Drawing.Point(
183, 21)
203         Me.Label5.Name =
"Label5"
204         Me.Label5.Size = New System.Drawing.Size(
26, 13)
205         Me.Label5.TabIndex =
34
206         Me.Label5.Text =
"To :"
207         
'
208         
'Label6
209         
'
210         Me.Label6.AutoSize = True
211         Me.Label6.Location = New System.Drawing.Point(
33, 21)
212         Me.Label6.Name =
"Label6"
213         Me.Label6.Size = New System.Drawing.Size(
36, 13)
214         Me.Label6.TabIndex =
33
215         Me.Label6.Text =
"From :"
216         
'
217         
'Panel3
218         
'
219         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
220         Me.Panel3.Controls.Add(Me.Button3)
221         Me.Panel3.Controls.Add(Me.Button4)
222         Me.Panel3.Controls.Add(Me.btnReset)
223         Me.Panel3.Location = New System.Drawing.Point(
610, 81)
224         Me.Panel3.Name =
"Panel3"
225         Me.Panel3.Size = New System.Drawing.Size(
270, 74)
226         Me.Panel3.TabIndex =
41
227         
'
228         
'Button3
229         
'
230         Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
231         Me.Button3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
232         Me.Button3.Location = New System.Drawing.Point(
8, 23)
233         Me.Button3.Name =
"Button3"
234         Me.Button3.Size = New System.Drawing.Size(
80, 33)
235         Me.Button3.TabIndex =
43
236         Me.Button3.Text =
"&Export Excel"
237         Me.Button3.UseVisualStyleBackColor = True
238         
'
239         
'Button4
240         
'
241         Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
242         Me.Button4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
243         Me.Button4.Location = New System.Drawing.Point(
180, 23)
244         Me.Button4.Name =
"Button4"
245         Me.Button4.Size = New System.Drawing.Size(
79, 33)
246         Me.Button4.TabIndex =
2
247         Me.Button4.Text =
"&Close"
248         Me.Button4.UseVisualStyleBackColor = True
249         
'
250         
'btnReset
251         
'
252         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
253         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
254         Me.btnReset.Location = New System.Drawing.Point(
94, 23)
255         Me.btnReset.Name =
"btnReset"
256         Me.btnReset.Size = New System.Drawing.Size(
80, 33)
257         Me.btnReset.TabIndex =
0
258         Me.btnReset.Text =
"&Reset"
259         Me.btnReset.UseVisualStyleBackColor = True
260         
'
261         
'Panel1
262         
'
263         Me.Panel1.BackColor = System.Drawing.Color.White
264         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
265         Me.Panel1.Controls.Add(Me.Panel3)
266         Me.Panel1.Controls.Add(Me.GroupBox1)
267         Me.Panel1.Controls.Add(Me.GroupBox3)
268         Me.Panel1.Controls.Add(Me.dgw)
269         Me.Panel1.Controls.Add(Me.Panel2)
270         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
271         Me.Panel1.Name =
"Panel1"
272         Me.Panel1.Size = New System.Drawing.Size(
1021, 634)
273         Me.Panel1.TabIndex =
2
274         
'
275         
'lblSet
276         
'
277         Me.lblSet.AutoSize = True
278         Me.lblSet.Location = New System.Drawing.Point(
887, 31)
279         Me.lblSet.Name =
"lblSet"
280         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
281         Me.lblSet.TabIndex =
44
282         Me.lblSet.Text =
"Set"
283         Me.lblSet.Visible = False
284         
'
285         
'frmBusFeePayment_StaffRecord
286         
'
287         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
288         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
289         Me.BackColor = System.Drawing.Color.DarkSlateGray
290         Me.ClientSize = New System.Drawing.Size(
1043, 661)
291         Me.Controls.Add(Me.Panel1)
292         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
293         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
294         Me.MaximizeBox = False
295         Me.MinimizeBox = False
296         Me.Name =
"frmBusFeePayment_StaffRecord"
297         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
298         Me.Panel2.ResumeLayout(False)
299         Me.Panel2.PerformLayout()
300         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
301         Me.GroupBox3.ResumeLayout(False)
302         Me.GroupBox3.PerformLayout()
303         Me.GroupBox1.ResumeLayout(False)
304         Me.GroupBox1.PerformLayout()
305         Me.Panel3.ResumeLayout(False)
306         Me.Panel1.ResumeLayout(False)
307         Me.ResumeLayout(False)
308
309     End Sub
310     Friend WithEvents Panel2 As System.Windows.Forms.Panel
311     Friend WithEvents Label1 As System.Windows.Forms.Label
312     Friend WithEvents dgw As System.Windows.Forms.DataGridView
313     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
314     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
315     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
316     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
317     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
318     Private WithEvents Button2 As System.Windows.Forms.Button
319     Friend WithEvents Label5 As System.Windows.Forms.Label
320     Friend WithEvents Label6 As System.Windows.Forms.Label
321     Friend WithEvents Panel3 As System.Windows.Forms.Panel
322     Private WithEvents Button4 As System.Windows.Forms.Button
323     Private WithEvents btnReset As System.Windows.Forms.Button
324     Friend WithEvents Panel1 As System.Windows.Forms.Panel
325     Friend WithEvents lblSet As System.Windows.Forms.Label
326     Private WithEvents Button3 As System.Windows.Forms.Button
327
328 End Class


Gõ tìm kiếm nhanh...